From 5f3b11c88d283a8e2b5dd2ee4745ddc481b2ed77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 10 Feb 2016 16:39:11 +0100 Subject: [PATCH] note about repacking --- debian/README.source | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/debian/README.source b/debian/README.source index 024a331b..64014024 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,3 +1,36 @@ +removed libraries +----------------- + +upstream embeds a number of FLOSS libraries, that Debian already ships: + - FLAC + - OGG/Vorbis + - jpglib + - pnglib + - zlib +upstream also includes some FLOSS headers for building OS-specific audio +plugins: + - AudioUnit (OSX) + +since we don't need either of these, they are stripped away rom the source +tarball (in order to not accidentally use them). + + -- IOhannes m zmölnig (Debian/GNU) Wed, 10 Feb 2016 16:38:34 +0100 + + +NOT-removed embedded libraries +------------------------------ + +upstream also includes an embedded copy of Box2D which is available on debian as +"box2d". +Unfortunately it seems that the two are really different versions and the API +has changed. +Therefore we are currently building with the embedded copy. + +Once upstream updates their embedded copy to a version compatible with the one +shipped by Debian, we will switch to the system library. + + -- IOhannes m zmölnig (Debian/GNU) Wed, 10 Feb 2016 16:38:35 +0100 + git-tuneclone.sh ---------------- -- 2.30.2